home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 40
/
Vol 40.iso
/
games
/
super_su.swf
/
scripts
/
DefineSprite_760
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-04-19
|
194 b
|
9 lines
loaded = this.getBytesLoaded();
total = this.getBytesTotal();
rate = 100 * loaded / total;
objLoadingTabla.gotoAndPlay(Math.round(rate));
if(rate > 99)
{
this.gotoAndPlay("start");
}